From 4c851ceac520bea2be3255da611f665ca80f66a8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 11 Aug 2015 13:31:21 -0700 Subject: [PATCH] Bump to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f1da6d19..22941d428 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.4.0" +version = "0.5.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 70635a2fe..ca5a971cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.4.0" +version = "0.5.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 84ddd43da..b5b2163e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.4.0 +CFG_RELEASE_NUM=0.5.0 CFG_RELEASE_LABEL= include config.mk -- 2.30.2